home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / ADRU1.DFM / ADRU1.txt
Text File  |  1997-02-13  |  17KB  |  796 lines

  1. object Form1: TForm1
  2.   Left = 190
  3.   Top = 112
  4.   Width = 548
  5.   Height = 450
  6.   Caption = 'Customer Contact Info Browser'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TabControl1: TTabControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 540
  20.     Height = 419
  21.     Align = alClient
  22.     TabIndex = 0
  23.     TabOrder = 0
  24.     Tabs.Strings = (
  25.       'A'
  26.       'B'
  27.       'C'
  28.       'D'
  29.       'E'
  30.       'F'
  31.       'G'
  32.       'H'
  33.       'I'
  34.       'J'
  35.       'K'
  36.       'L'
  37.       'M'
  38.       'N'
  39.       'O'
  40.       'P'
  41.       'Q'
  42.       'R'
  43.       'S'
  44.       'T'
  45.       'U'
  46.       'V'
  47.       'W'
  48.       'X'
  49.       'Y'
  50.       'Z')
  51.     OnChange = TabControl1Change
  52.     object Label1: TLabel
  53.       Left = 16
  54.       Top = 66
  55.       Width = 50
  56.       Height = 13
  57.       Caption = 'Address &1:'
  58.       FocusControl = dbeAddr1
  59.     end
  60.     object Label2: TLabel
  61.       Left = 16
  62.       Top = 106
  63.       Width = 50
  64.       Height = 13
  65.       Caption = 'Address &2:'
  66.       FocusControl = dbeAddr2
  67.     end
  68.     object Label3: TLabel
  69.       Left = 16
  70.       Top = 26
  71.       Width = 71
  72.       Height = 13
  73.       Caption = 'Contact &Name:'
  74.       FocusControl = dbeContactName
  75.     end
  76.     object Label4: TLabel
  77.       Left = 16
  78.       Top = 146
  79.       Width = 20
  80.       Height = 13
  81.       Caption = 'C&ity:'
  82.       FocusControl = dbeCity
  83.     end
  84.     object Label5: TLabel
  85.       Left = 144
  86.       Top = 146
  87.       Width = 28
  88.       Height = 13
  89.       Caption = '&State:'
  90.       FocusControl = dbeState
  91.     end
  92.     object Label6: TLabel
  93.       Left = 204
  94.       Top = 146
  95.       Width = 46
  96.       Height = 13
  97.       Caption = '&Zip Code:'
  98.       FocusControl = dbeZip
  99.     end
  100.     object Label7: TLabel
  101.       Left = 144
  102.       Top = 26
  103.       Width = 47
  104.       Height = 13
  105.       Caption = '&Company:'
  106.       FocusControl = dbeCompany
  107.     end
  108.     object Label8: TLabel
  109.       Left = 300
  110.       Top = 146
  111.       Width = 39
  112.       Height = 13
  113.       Caption = 'Co&untry:'
  114.       FocusControl = dbeCountry
  115.     end
  116.     object Label9: TLabel
  117.       Left = 288
  118.       Top = 26
  119.       Width = 87
  120.       Height = 13
  121.       Caption = 'Customer &Number:'
  122.       FocusControl = dbeCustomerNumber
  123.     end
  124.     object Label11: TLabel
  125.       Left = 400
  126.       Top = 26
  127.       Width = 34
  128.       Height = 13
  129.       Caption = '&Phone:'
  130.       FocusControl = dbePhone
  131.     end
  132.     object Label12: TLabel
  133.       Left = 400
  134.       Top = 66
  135.       Width = 20
  136.       Height = 13
  137.       Caption = 'Fa&x:'
  138.       FocusControl = dbeFax
  139.     end
  140.     object Label10: TLabel
  141.       Left = 400
  142.       Top = 106
  143.       Width = 87
  144.       Height = 13
  145.       Caption = 'Last &Invoice Date:'
  146.       FocusControl = dbeLastInvDate
  147.     end
  148.     object Label13: TLabel
  149.       Left = 400
  150.       Top = 146
  151.       Width = 47
  152.       Height = 13
  153.       Caption = 'Tax &Rate:'
  154.       FocusControl = dbeTaxRate
  155.     end
  156.     object CancelCust: TSpeedButton
  157.       Left = 324
  158.       Top = 388
  159.       Width = 47
  160.       Height = 25
  161.       Caption = 'Cancel'
  162.       Enabled = False
  163.       OnClick = CancelCustClick
  164.     end
  165.     object PostCust: TSpeedButton
  166.       Left = 277
  167.       Top = 388
  168.       Width = 47
  169.       Height = 25
  170.       Caption = 'Post'
  171.       Enabled = False
  172.       OnClick = PostCustClick
  173.     end
  174.     object EditCust: TSpeedButton
  175.       Left = 230
  176.       Top = 388
  177.       Width = 47
  178.       Height = 25
  179.       Caption = 'Edit'
  180.       OnClick = EditCustClick
  181.     end
  182.     object LastCust: TSpeedButton
  183.       Left = 172
  184.       Top = 388
  185.       Width = 47
  186.       Height = 25
  187.       Caption = 'Last >>'
  188.       OnClick = LastCustClick
  189.     end
  190.     object NextCust: TSpeedButton
  191.       Left = 125
  192.       Top = 388
  193.       Width = 47
  194.       Height = 25
  195.       Caption = 'Next >'
  196.       OnClick = NextCustClick
  197.     end
  198.     object PriorCust: TSpeedButton
  199.       Left = 77
  200.       Top = 388
  201.       Width = 47
  202.       Height = 25
  203.       Caption = '< Prior'
  204.       OnClick = PriorCustClick
  205.     end
  206.     object FirstCust: TSpeedButton
  207.       Left = 30
  208.       Top = 388
  209.       Width = 47
  210.       Height = 25
  211.       Caption = '<< First'
  212.       OnClick = FirstCustClick
  213.     end
  214.     object dbeAddr1: TDBEdit
  215.       Left = 16
  216.       Top = 82
  217.       Width = 377
  218.       Height = 21
  219.       DataField = 'Addr1'
  220.       DataSource = DataSource1
  221.       MaxLength = 0
  222.       TabOrder = 0
  223.     end
  224.     object dbeAddr2: TDBEdit
  225.       Left = 16
  226.       Top = 122
  227.       Width = 377
  228.       Height = 21
  229.       DataField = 'Addr2'
  230.       DataSource = DataSource1
  231.       MaxLength = 0
  232.       TabOrder = 1
  233.     end
  234.     object dbeContactName: TDBEdit
  235.       Left = 16
  236.       Top = 42
  237.       Width = 121
  238.       Height = 21
  239.       DataField = 'contact'
  240.       DataSource = DataSource1
  241.       MaxLength = 0
  242.       TabOrder = 2
  243.     end
  244.     object dbeCity: TDBEdit
  245.       Left = 16
  246.       Top = 162
  247.       Width = 121
  248.       Height = 21
  249.       DataField = 'City'
  250.       DataSource = DataSource1
  251.       MaxLength = 0
  252.       TabOrder = 3
  253.     end
  254.     object dbeState: TDBEdit
  255.       Left = 144
  256.       Top = 162
  257.       Width = 53
  258.       Height = 21
  259.       DataField = 'State'
  260.       DataSource = DataSource1
  261.       MaxLength = 0
  262.       TabOrder = 4
  263.     end
  264.     object dbeZip: TDBEdit
  265.       Left = 204
  266.       Top = 162
  267.       Width = 89
  268.       Height = 21
  269.       DataField = 'Zip'
  270.       DataSource = DataSource1
  271.       MaxLength = 0
  272.       TabOrder = 5
  273.     end
  274.     object dbeCustomerNumber: TDBEdit
  275.       Left = 288
  276.       Top = 42
  277.       Width = 105
  278.       Height = 21
  279.       DataField = 'CustNo'
  280.       DataSource = DataSource1
  281.       MaxLength = 0
  282.       ReadOnly = True
  283.       TabOrder = 6
  284.     end
  285.     object dbeCompany: TDBEdit
  286.       Left = 144
  287.       Top = 42
  288.       Width = 137
  289.       Height = 21
  290.       DataField = 'Company'
  291.       DataSource = DataSource1
  292.       MaxLength = 0
  293.       TabOrder = 7
  294.     end
  295.     object dbeCountry: TDBEdit
  296.       Left = 300
  297.       Top = 162
  298.       Width = 93
  299.       Height = 21
  300.       DataField = 'Country'
  301.       DataSource = DataSource1
  302.       MaxLength = 0
  303.       TabOrder = 8
  304.     end
  305.     object dbePhone: TDBEdit
  306.       Left = 400
  307.       Top = 42
  308.       Width = 121
  309.       Height = 21
  310.       DataField = 'Phone'
  311.       DataSource = DataSource1
  312.       MaxLength = 0
  313.       TabOrder = 9
  314.     end
  315.     object dbeFax: TDBEdit
  316.       Left = 400
  317.       Top = 82
  318.       Width = 121
  319.       Height = 21
  320.       DataField = 'FAX'
  321.       DataSource = DataSource1
  322.       MaxLength = 0
  323.       TabOrder = 10
  324.     end
  325.     object BitBtn1: TBitBtn
  326.       Left = 440
  327.       Top = 386
  328.       Width = 85
  329.       Height = 25
  330.       Hint = 'Done!'
  331.       Caption = '&Finshed >'
  332.       ParentShowHint = False
  333.       ShowHint = True
  334.       TabOrder = 11
  335.       OnClick = BitBtn1Click
  336.     end
  337.     object dbeLastInvDate: TDBEdit
  338.       Left = 400
  339.       Top = 122
  340.       Width = 121
  341.       Height = 21
  342.       DataField = 'LastInvoiceDate'
  343.       DataSource = DataSource1
  344.       MaxLength = 0
  345.       TabOrder = 12
  346.     end
  347.     object dbeTaxRate: TDBEdit
  348.       Left = 400
  349.       Top = 162
  350.       Width = 101
  351.       Height = 21
  352.       DataField = 'TaxRate'
  353.       DataSource = DataSource1
  354.       MaxLength = 0
  355.       TabOrder = 13
  356.     end
  357.     object GroupBox1: TGroupBox
  358.       Left = 16
  359.       Top = 186
  360.       Width = 509
  361.       Height = 195
  362.       Caption = 'Orders'
  363.       TabOrder = 14
  364.       object Label14: TLabel
  365.         Left = 14
  366.         Top = 20
  367.         Width = 87
  368.         Height = 13
  369.         Caption = 'Customer Number:'
  370.       end
  371.       object Label15: TLabel
  372.         Left = 322
  373.         Top = 28
  374.         Width = 89
  375.         Height = 13
  376.         Caption = 'Employee Number:'
  377.       end
  378.       object Label16: TLabel
  379.         Left = 244
  380.         Top = 20
  381.         Width = 50
  382.         Height = 13
  383.         Caption = 'Sale Date:'
  384.       end
  385.       object Label17: TLabel
  386.         Left = 174
  387.         Top = 20
  388.         Width = 50
  389.         Height = 13
  390.         Caption = 'Ship Date:'
  391.       end
  392.       object Label18: TLabel
  393.         Left = 110
  394.         Top = 20
  395.         Width = 46
  396.         Height = 13
  397.         Caption = 'Order No:'
  398.       end
  399.       object Label19: TLabel
  400.         Left = 364
  401.         Top = 106
  402.         Width = 47
  403.         Height = 13
  404.         Caption = 'Tax Rate:'
  405.       end
  406.       object Label20: TLabel
  407.         Left = 364
  408.         Top = 162
  409.         Width = 50
  410.         Height = 13
  411.         Caption = '